home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / memory / tlb_w241.zip / WHATSNEW.DOC < prev   
Text File  |  1994-06-09  |  2KB  |  63 lines

  1.  
  2.  
  3.  
  4.                         WHAT'S NEW IN VERSION 2.41
  5.  
  6.  
  7. Version  2.41  is  basically a maintenance release to correct some problems
  8. discovered in version 2.40: 
  9.  
  10.      o  CHIPSET.EXE,  LASTBYTE.SYS:  Added  support  for  the  UNIchip
  11.         U4800VLX,  which  is functionally different from the (non-VLX)
  12.         U4800  predecessor.  CHIPSET used to identify both as a U4800,
  13.         but  unfortunately the low-level physical driver for the U4800
  14.         won't  work for the U4800VLX.  CHIPSET now distinguishes these
  15.         two  chipsets,  and  a  new low-level physical driver just for
  16.         the U4800VLX has been added to LASTBYTE.SYS.  
  17.  
  18.      o  HIGHUMM.SYS:  Wouldn't  allocate UMB's even though it reported
  19.         that   UMB   memory   was  available.   A  necessary  but  not
  20.         sufficient  condition  for  this to occur was that HIGHUMM had
  21.         "split"  (placing  most of its code in R/O memory, Bank-Switch
  22.         Memory,  or  the  HMA), and could be corrected in version 2.40
  23.         by  use  of  the "/NOSPLIT" command line option.  This bug has
  24.         been  corrected,  and  the  command  line  option is no longer
  25.         needed.  
  26.  
  27.      o  CHIPSET.EXE:  The Headland/G2 HT113 was incorrectly identified
  28.         as a HT103.  Corrected.  
  29.  
  30.      o  LASTBYTE.SYS:   Corrected   bugs  in  the  low-level  physical
  31.         drivers  for  the HINT CS8001 and CS8005, and the OPTi 82C463,
  32.         82C499,  82C801,  and  82C802.   The  bug  in  the 499/801/802
  33.         driver  was mismatched PUSH and POP instructions, which caused
  34.         the  driver  to  hang on initialization.  No problems had been
  35.         observed  with  the  other  chipsets  listed, but I found that
  36.         they  contained  code  that  should  have  been protected by a
  37.         PUSHF/CLI...POPF sequence; this protection has been added.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.